module TABAS
{
	import 
	{
		Base,
	}

	item BodyShampoo
	{
		DisplayName = Body Shampoo,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.3,
		Icon = ShampooBottle,
		UseDelta = 0.05,
		UseWhileEquipped = FALSE,
		ReplaceOnDeplete = BodyShampooEmpty,
		cantBeConsolided = TRUE,
		StaticModel = TABAS_Bottle_Shampoo,
		Tooltip = Tooltip_TABAS_BodyShampoo,
		WorldStaticModel = TABAS_Bottle_Shampoo,
	}

	item BodyShampooEmpty
	{
		DisplayName = Body Shampoo (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = ShampooBottle,
		StaticModel = TABAS_Bottle_Shampoo,
		WorldStaticModel = TABAS_Bottle_Shampoo,
		Tooltip = Tooltip_TABAS_BodyShampoo,
	}

	item BathSalt_Lavender
	{
		DisplayName = Bath Salt - Lavender,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Lavender,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_LavenderEmpty,
		StaticModel = TABAS_BathSalt_Lavender,
		WorldStaticModel = TABAS_BathSalt_Lavender,
		Tags = BathSalt,
	}
	item BathSalt_LavenderEmpty
	{
		DisplayName = Bath Salt - Lavender (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Lavender,
		StaticModel = TABAS_BathSalt_Lavender,
		WorldStaticModel = TABAS_BathSalt_Lavender,
		Tags = BathSalt;Empty,
	}

	item BathSalt_Citrus
	{
		DisplayName = Bath Salt - Citrus,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Citrus,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_CitrusEmpty,
		StaticModel = TABAS_BathSalt_Citrus,
		WorldStaticModel = TABAS_BathSalt_Citrus,
		Tags = BathSalt,
	}
	item BathSalt_CitrusEmpty
	{
		DisplayName = Bath Salt - Citrus (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Citrus,
		StaticModel = TABAS_BathSalt_Citrus,
		WorldStaticModel = TABAS_BathSalt_Citrus,
		Tags = BathSalt;Empty,
	}

	item BathSalt_Floral
	{
		DisplayName = Bath Salt - Floral,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Floral,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_FloralEmpty,
		StaticModel = TABAS_BathSalt_Floral,
		WorldStaticModel = TABAS_BathSalt_Floral,
		Tags = BathSalt,
	}
	item BathSalt_FloralEmpty
	{
		DisplayName = Bath Salt - Floral (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Floral,
		StaticModel = TABAS_BathSalt_Floral,
		WorldStaticModel = TABAS_BathSalt_Floral,
		Tags = BathSalt;Empty,
	}

	item BathSalt_Forest
	{
		DisplayName = Bath Salt - Forest Bath,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Forest,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_ForestEmpty,
		StaticModel = TABAS_BathSalt_Forest,
		WorldStaticModel = TABAS_BathSalt_Forest,
		Tags = BathSalt,
	}
	item BathSalt_ForestEmpty
	{
		DisplayName = Bath Salt - Forest Bath (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Forest,
		StaticModel = TABAS_BathSalt_Forest,
		WorldStaticModel = TABAS_BathSalt_Forest,
		Tags = BathSalt;Empty,
	}

	item BathSalt_Herb
	{
		DisplayName = Bath Salt - Herb,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Herb,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_HerbEmpty,
		StaticModel = TABAS_BathSalt_Herb,
		WorldStaticModel = TABAS_BathSalt_Herb,
		Tags = BathSalt,
	}
	item BathSalt_HerbEmpty
	{
		DisplayName = Bath Salt - Herb (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Herb,
		StaticModel = TABAS_BathSalt_Herb,
		WorldStaticModel = TABAS_BathSalt_Herb,
		Tags = BathSalt;Empty,
	}

	item BathSalt_Rose
	{
		DisplayName = Bath Salt - Rose,
		DisplayCategory = Household,
		Type = Drainable,
		Weight = 0.5,
		Icon = BathSalt_Rose,
		UseDelta = 0.1,
		ReplaceOnDeplete = BathSalt_RoseEmpty,
		StaticModel = TABAS_BathSalt_Rose,
		WorldStaticModel = TABAS_BathSalt_Rose,
		Tags = BathSalt,
	}
	item BathSalt_RoseEmpty
	{
		DisplayName = Bath Salt - Rose (Empty),
		DisplayCategory = Household,
		Type = Normal,
		Weight = 0.1,
		Icon = BathSalt_Rose,
		StaticModel = TABAS_BathSalt_Rose,
		WorldStaticModel = TABAS_BathSalt_Rose,
		Tags = BathSalt;Empty,
	}
}